Scheme

public interface Scheme

The scheme component of a URL.

Functions

Link copied to clipboard
public String name()
Returns a string that represents the name of the scheme.
Link copied to clipboard
public static Scheme of(String name)
Returns the Scheme instance for the given name.